docs: fix gtk_widget_class_bind_template_child_private link
authorWilliam Jon McCann <william.jon.mccann@gmail.com>
Tue, 21 Jan 2014 18:48:34 +0000 (13:48 -0500)
committerWilliam Jon McCann <william.jon.mccann@gmail.com>
Tue, 21 Jan 2014 23:12:50 +0000 (18:12 -0500)
docs/reference/gtk/getting_started.xml

index 30c98ccd2fd94bfdfbe46873c594db5680166140..e446f2a40ff9f081e289a2ef693f4e8a3419dc37 100644 (file)
@@ -456,10 +456,10 @@ example_app_window_class_init (ExampleAppWindowClass *class)
 
       <para>To this end, we add a private struct to our application
       window subclass and keep a reference to the #GtkStack there.
-      The gtk_widget_class_bind_child() function arranges things so
-      that after instantiating the template, the @stack member of
-      the private struct will point to the widget of the same name
-      from the template.</para>
+      The gtk_widget_class_bind_template_child_private() function
+      arranges things so that after instantiating the template, the
+      @stack member of the private struct will point to the widget of
+      the same name from the template.</para>
 
       <informalexample>
         <programlisting><![CDATA[